* progmodes/mantemp.el (mantemp-make-mantemps-region)
authorChong Yidong <cyd@stupidchicken.com>
Sat, 21 Apr 2007 20:03:53 +0000 (20:03 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 21 Apr 2007 20:03:53 +0000 (20:03 +0000)
(mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
(mantemp-remove-memfuncs): Use delete-region instead of kill-word
and kill-line.

lisp/ChangeLog

index 3194c3f8ad0699fd0adb60686af40e11710caaa2..5267bd194a124cf8b1105931e29e17d1fe8fdd3a 100644 (file)
@@ -5,6 +5,11 @@
 
 2007-04-21  Chong Yidong  <cyd@stupidchicken.com>
 
+       * progmodes/mantemp.el (mantemp-make-mantemps-region)
+       (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
+       (mantemp-remove-memfuncs): Use delete-region instead of kill-word
+       and kill-line.
+
        * progmodes/vhdl-mode.el (vhdl-template-type)
        (vhdl-template-record, vhdl-template-nature)
        (vhdl-template-configuration-spec, vhdl-template-component-inst)